SELECT IFNULL(cw.casedwordid, w.wordid) as wordid, IFNULL(cw.cased,w.lemma) AS lemma, ss.synsetid, ss.lexdomainid, lex.lexdomainname, (CASE WHEN ss.pos IN ('n') THEN 'noun' WHEN ss.pos IN ('v') THEN 'verb' WHEN ss.pos IN ('a','s') THEN 'adjective' WHEN ss.pos IN ('r') THEN 'adverb' ELSE ' ' END) AS pos, syn.definition AS definition_indic, ss.definition as definition_en, GROUP_CONCAT(DISTINCT CONCAT(wind.lemma,':',wind.id) SEPARATOR '|') AS lemmaset_indic, GROUP_CONCAT(DISTINCT sm.sample SEPARATOR '|') AS sampleset, GROUP_CONCAT(DISTINCT CONCAT(IF(IFNULL(cw1.cased,w1.lemma) = "give up", NULL, IFNULL(cw1.cased,w1.lemma)),':',wen.id) SEPARATOR '|') AS lemmaset_en FROM sqlunet.wnwords w LEFT JOIN sqlunet.wnsenses s ON s.wordid=w.wordid LEFT JOIN sqlunet.wncasedwords cw ON (w.wordid=cw.wordid AND s.casedwordid=cw.casedwordid) LEFT JOIN sqlunet.wnsynsets ss ON ss.synsetid=s.synsetid LEFT JOIN sqlunet.wnlexdomains lex ON ss.lexdomainid = lex.lexdomainid LEFT JOIN sqlunet.wnsamples sm ON sm.synsetid=ss.synsetid LEFT JOIN sqlunet.wnsenses s1 ON s1.synsetid=ss.synsetid LEFT JOIN sqlunet.wncasedwords cw1 ON cw1.casedwordid=s1.casedwordid LEFT JOIN sqlunet.wnwords w1 ON w1.wordid=s1.wordid LEFT JOIN sk_synsets_te syn ON syn.synsetid = ss.synsetid LEFT JOIN sk_senses_te sns ON sns.synsetid = ss.synsetid LEFT JOIN sk_word_te wind ON wind.id = sns.wordid LEFT JOIN sk_word_en wen ON w1.wordid = wen.wnwordid WHERE w.lemma LIKE "give up" GROUP BY ss.synsetid,w.wordid, cw.casedwordid ORDER BY pos, wordid
[
    {
        "lemma": "give up",
        "def": [
            {
                "l": "give up",
                "lexname": "verb.cognition",
                "lexid": 31,
                "pos": "verb",
                "de": [
                    {
                        "id": 200614907,
                        "en": {
                            "d": "stop maintaining or insisting on; of ideas or claims",
                            "w": [],
                            "eg": [
                                "Both sides have to give up some claims in these negotiations",
                                "He abandoned the thought of asking for her hand in marriage"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201085437,
                        "en": {
                            "d": "give up in the face of defeat of lacking hope; admit defeat",
                            "w": [],
                            "eg": [
                                "In the second round, the challenger gave up"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201118003,
                        "en": {
                            "d": "give up or agree to forgo to the power or possession of another",
                            "w": [],
                            "eg": [
                                "The last Taleban fighters finally surrendered"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 201199057,
                        "en": {
                            "d": "stop consuming",
                            "w": [],
                            "eg": [
                                "give up alcohol",
                                "kick a habit"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202232523,
                        "en": {
                            "d": "give up with the intent of never claiming again",
                            "w": [],
                            "eg": [
                                "Abandon your life to God",
                                "She gave up her children to her ex-husband when she moved to Tahiti",
                                "We gave the drowning victim up for dead"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202240011,
                        "en": {
                            "d": "relinquish possession or control over",
                            "w": [],
                            "eg": [
                                "The squatters had to surrender the building after the police moved in"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202308311,
                        "en": {
                            "d": "lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime",
                            "w": [],
                            "eg": [
                                "forfeited property",
                                "you've forfeited your right to name your successor"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202321284,
                        "en": {
                            "d": "part with a possession or right",
                            "w": [],
                            "eg": [
                                "I am relinquishing my bedroom to the long-term house guest",
                                "resign a claim to the throne"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202350643,
                        "en": {
                            "d": "give up what is not strictly needed",
                            "w": [],
                            "eg": [
                                "he asked if they could spare one of their horses to speed his journey"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202372031,
                        "en": {
                            "d": "leave (a job, post, or position) voluntarily",
                            "w": [],
                            "eg": [
                                "She vacated the position when she got pregnant",
                                "The chairman resigned when he was found to have misappropriated funds"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202428446,
                        "en": {
                            "d": "allow the other (baseball) team to score",
                            "w": [],
                            "eg": [
                                "give up a run"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    },
                    {
                        "id": 202686624,
                        "en": {
                            "d": "put an end to a state or an activity",
                            "w": [],
                            "eg": [
                                "Quit teasing your little brother"
                            ]
                        },
                        "te": {
                            "d": null,
                            "w": [],
                            "eg": ""
                        }
                    }
                ]
            }
        ]
    }
]
give up meaning in Telugu | give up translation in Telugu - Shabdkosh

give up - Meaning in Telugu

give up - Meaning in Telugu

Sorry, exact match is not available in the bilingual dictionary.

13

Definitions and Meaning of give up in English

give up verb

  1. stop maintaining or insisting on; of ideas or claims

    Examples

    • "Both sides have to give up some claims in these negotiations"
    • "He abandoned the thought of asking for her hand in marriage"
  2. give up in the face of defeat of lacking hope; admit defeat

    Example

    • "In the second round, the challenger gave up"
  3. give up or agree to forgo to the power or possession of another

    Example

    • "The last Taleban fighters finally surrendered"
  4. stop consuming

    Examples

    • "give up alcohol"
    • "kick a habit"
  5. give up with the intent of never claiming again

    Examples

    • "Abandon your life to God"
    • "She gave up her children to her ex-husband when she moved to Tahiti"
    • "We gave the drowning victim up for dead"
  6. relinquish possession or control over

    Example

    • "The squatters had to surrender the building after the police moved in"
  7. lose (s.th.) or lose the right to (s.th.) by some error, offense, or crime

    Examples

    • "forfeited property"
    • "you've forfeited your right to name your successor"
  8. part with a possession or right

    Examples

    • "I am relinquishing my bedroom to the long-term house guest"
    • "resign a claim to the throne"
  9. give up what is not strictly needed

    Example

    • "he asked if they could spare one of their horses to speed his journey"
  10. leave (a job, post, or position) voluntarily

    Examples

    • "She vacated the position when she got pregnant"
    • "The chairman resigned when he was found to have misappropriated funds"
  11. allow the other (baseball) team to score

    Example

    • "give up a run"
  12. put an end to a state or an activity

    Example

    • "Quit teasing your little brother"
Advertisement - Remove

What is give up meaning in Telugu?

The word or phrase give up refers to stop maintaining or insisting on; of ideas or claims, or give up in the face of defeat of lacking hope; admit defeat, or give up or agree to forgo to the power or possession of another, or stop consuming, or give up with the intent of never claiming again, or relinquish possession or control over. See give up meaning in Telugu, give up definition, translation and meaning of give up in Telugu. Find give up similar words, give up synonyms. Learn and practice the pronunciation of give up. Find the answer of what is the meaning of give up in Telugu.

Other languages: give up meaning in Hindi

Tags for the entry "give up"

What is give up meaning in Telugu, give up translation in Telugu, give up definition, pronunciations and examples of give up in Telugu.

Advertisement - Remove

Vocabulary Quiz

Flowers

Question

SHABDKOSH Apps

Download SHABDKOSH Apps for Android and iOS
SHABDKOSH Logo Shabdkosh  Premium

Ad-free experience & much more

Articles

image

Ten most beautiful words in English

English might be confusing and for some people even difficult. But it is also a language with many beautiful words. Here are some of the words in English language that are considered as beautiful…
image

Direct and Indirect speech

Knowing how to use direct and indirect speech in English is considered important in spoken English. Read the article below and understand how to use to use them on everyday basis.
image

Punctuation marks

Punctuation marks help the reader understand the meaning of the text better. Without a punctuation mark, writings look very disorganized. Read this article and understand the use of punctuation marks.
image

Types of sentences

Learn to know the difference between type of sentences you use while talking to people. Also improve…
image

Basic conversation skills (for Hindi learners)

Learn Hindi with the help of these skills. Learn to use the right words and sentences in different…
image

Tips to improve your spellings

Writing in English is as important as speaking. To learn to write correctly might seem like a…
Advertisement - Remove
Back to top

Liked Words

Login to get your liked words.

Recent Searches

Login to get your liked words.